home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1995 / 121595.doc / 000485_lightwave@garcia.com _Thu Dec 21 22:04:42 1995.msg < prev    next >
Internet Message Format  |  1996-01-16  |  2KB

  1. Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by keeper.albany.net (8.7.1/8.7.1) with ESMTP id WAA20114 for <dwarner@albany.net>; Thu, 21 Dec 1995 22:04:42 -0500 (EST)
  2. Received: from garcia.com by relay4.UU.NET with SMTP 
  3.     id QQzvdq17730; Thu, 21 Dec 1995 21:42:19 -0500 (EST)
  4. Received: from  (localhost) by garcia.com (5.x/SMI-SVR4)
  5.     id AA05504; Thu, 21 Dec 1995 21:42:43 -0500
  6. Date: Thu, 21 Dec 1995 21:42:42 -0500
  7. Errors-To: dwarner@albany.net
  8. Message-Id: <Pine.SUN.3.91.951221193249.14368A-100000@access1.digex.net>
  9. Errors-To: dwarner@albany.net
  10. Reply-To: lightwave@garcia.com
  11. Originator: lightwave@garcia.com
  12. Sender: lightwave@garcia.com
  13. Precedence: bulk
  14. From: Ernie Wright <erniew@access.digex.net>
  15. To: Multiple recipients of list <lightwave@garcia.com>
  16. Subject: Re: Powerview
  17. X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
  18. Status: RO
  19. X-Status: 
  20.  
  21. FYI, people have seen three problems with this plug-in:
  22.  
  23. 1. "Can't get module handle" probably means that GetModuleHandle()
  24.    failed.  PowerView can't identify itself to Windows.  This can
  25.    happen if the name of the .P file has been changed.  I *think*
  26.    it should be "pviewigl.p".
  27.  
  28. 2. Objects are mirror-inverted.  Fori needs to convert from left-
  29.    handed (LW) to right-handed (GL) coordinates.
  30.  
  31. 3. Modeler crashes when the butterfly object is viewed.  This is a
  32.    bug in the Modeler plug-in interface, which doesn't handle detail
  33.    polygons correctly.  You don't have to do anything more than submit
  34.    any object with detail polygons to any plug-in that asks Modeler
  35.    for a polygon list.
  36.  
  37. - Ernie